Create new vcpu_op() hypercall. Replaces old boot_vcpu()
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 3 Oct 2005 18:14:02 +0000 (19:14 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 3 Oct 2005 18:14:02 +0000 (19:14 +0100)
commit836ead33c4861277544c98f2f359160b72462b39
tree2adc428a6f1461761136e68b3ab7a9ac11dd5eaf
parent11dfa156fe68f14b59641f251e68f96210ff21f6
Create new vcpu_op() hypercall. Replaces old boot_vcpu()
hypercall and vcpu-related schedop commands.

Signed-off-by: Keir Fraser <keir@xensource.com>
12 files changed:
linux-2.6-xen-sparse/arch/xen/i386/kernel/process.c
linux-2.6-xen-sparse/arch/xen/i386/kernel/smpboot.c
linux-2.6-xen-sparse/arch/xen/x86_64/kernel/smpboot.c
linux-2.6-xen-sparse/include/asm-xen/asm-i386/hypercall.h
linux-2.6-xen-sparse/include/asm-xen/asm-ia64/hypercall.h
linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/hypercall.h
xen/arch/x86/x86_32/entry.S
xen/arch/x86/x86_64/entry.S
xen/common/domain.c
xen/common/schedule.c
xen/include/public/vcpu.h [new file with mode: 0644]
xen/include/public/xen.h